home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5757 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: nntp.uio.no!solace!news
  2. From: cmh@lls.se (Magnus Holmgren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Balck on white gadtools menus
  5. Date: 18 Mar 1996 19:58:39
  6. Organization: ReqChange development
  7. Message-ID: <4in30f$53u@fizban.solace.mh.se>
  8. References: <4ihuc8$amj@newsflash.hol.gr>
  9. NNTP-Posting-Host: petroc.lls.se
  10. Mime-Version: 1.2
  11. Content-Type: TEXT/PLAIN; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8BIT
  13. X-FTN-To: D. Keletsekis
  14. X-Newsreader: Spot 1.3a #26/NetGate 1.2
  15.  
  16. In a message of 17 Mar 96, D. wrote to :
  17.  
  18.  DK> The menus on most new programs are Black on White
  19.  DK> (colour 1 on 2), yet I can not get gadtools menus to
  20.  DK> do the same, no matter what "newlook" flags I use.
  21.  
  22.  DK> The only thing I can change is the frontpen number,
  23.  DK> but this too does not apply to the shortcuts shown.
  24.  
  25.  DK> Do gadtools menus have this facility, and if not,
  26.  DK> can it be done manually by walking the menu structure
  27.  DK> and changing the intuitext structures ?
  28.  
  29. Only assume NewLook for OS 3.0+. And since only some tags are enough for
  30. this effect, the tags will handle that particular part for you (since 2.x
  31. doesn't know about the tags in question).
  32.  
  33. What you do is to specify WA_NewLookMenus (or the flag equivavlent) for any
  34. window you open, and also specify GTMN_NewLookMenus in your LayoutMenus()
  35. call.
  36.  
  37. --
  38. Magnus Holmgren - Amiga programmer and enthusiast
  39.  
  40.  
  41.